Label
This element is used to provide a label for an control element, If the user clicks the label, it will move the focus to the associated control, specified with the control attribute.
Attributes:
Attributes inherited from XUL Element
This should be set to a letter that is used as a shortcut key. This letter should be one of the characters that appears in the label text for the label. This letter will typically be drawn underlined, although this behavior will be platform and skin specific. When the user presses ALT (or a similar key that varies on each platform) and the access key, the label will be activated from anywhere in the window.
This attribute should be set to the id of an element that the label is associated with. When the user clicks on the label, the associated element is given the focus.
If the label of the label is too small to fit in its given space, the text will be cropped on the side specified by the crop attribute. An ellipsis will be placed in place of the cropped text. If the box direction is right to left (rtl), the cropping is reversed.
- start: The text will be cropped on its left side.
- end: The text will be cropped on its right side.
- left: (Deprecated) The text will be cropped on its left side.
- right: (Deprecated) The text will be cropped on its right side.
- center: The text will be cropped on both sides.
- none: The text will be not be cropped using an ellipsis. However, the text will simply be cut off if it is too large. The side depends on the CSS text alignment.
If this attribute is set to true, the label is disabled. This is usually drawn with the text in grey. If the label is disabled, the function of the button cannot be performed. Leave the attribute out entirely for a regular enabled button.
The text to be used for the label.
Properties and Methods:
Properties and Methods inherited from XUL Element
Gets and sets the value of the accesskey attribute.
Gets and sets the value of the control attribute.
Gets and sets the value of the crop attribute.
Gets and sets the value of the disabled attribute.
Gets and sets the value of the value attribute.